home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d20 / rad204.arc / DB.DOC < prev    next >
Text File  |  1991-05-11  |  3KB  |  62 lines

  1. ------------------------------------------------------------------------------
  2. DB3ed v1.30 - A dBASE3 File Editor - Copyright (c) Harvey Parisien
  3. ------------------------------------------------------------------------------
  4. This program is a test program I use to test my dBASE III file
  5. routines.  It's pretty handy as a simple dBASE editor/browser
  6. so feel free to use it.
  7.  
  8. DB3ED is dBASE III and dBASE III Plus compatible.  It creates dBASE III Plus
  9. format files, but can manage both types (there is a 1 byte diff in the header
  10. file length - for more info write).  If you copy file structure to a new one
  11. it will retain it's current format.  By listing the structure you can see the
  12. current files format.
  13.  
  14. USE: DB filename  (NOTE: If no filename is given, then you are prompted to
  15.                          choose from a list of files on the current directory)
  16.  
  17. ------------------------------------------------------------------------------
  18. DB.EXE produces a color attribute file called DB.COL.  It contains 6 
  19. values....
  20.  
  21. 7,1,0,3,7,0
  22.  
  23. Value 1 is: Main foreground
  24. Value 2 is: Main background
  25. Value 3 is: Browse foreground
  26. Value 4 is: Browse background
  27. Value 5 is: Browse cursor foreground
  28. Value 6 is: Browse cursor background
  29.  
  30. You can edit them to suit your own tastes, or use the built in color selection
  31. utility.
  32.  
  33. ------------------------------------------------------------------------------
  34. This is the HELP screen which lists all of the commands...
  35. ------------------------------------------------------------------------------
  36.  DB3ed v1.32 - A dBASE3 File Editor - Copyright (c) Harvey Parisien     F1=HELP
  37.  
  38.      =Arrow keys browse              This program is a test program
  39.    Home=Goto First Record              I use to test my dBASE III file
  40.       =Left Arrow to Edit Record      routines.  It's pretty handy as
  41.                                        a simple dBASE editor/browser
  42.      F2=Find a record                  so feel free to use it.  For the
  43.      F3=Find Again                     ultimate in Corporate/Human record
  44.      F4=List Structure                 Management/Tracking software
  45.      F5=Copy Structure to New File     write:
  46.      F6=Add a record
  47.      F7=Sort/Pack/Create/Delete dups             Overerx Inc.
  48.      F8=Toggle Delete Flag                       Box 323 Station A
  49.      F9=Print this record                        Kingston, Ontario
  50.     F10=Print to DISK or PRINTER by find         Canada  K7M 6R2  
  51.  Ctrl+A=Add contents of a field                  FidoNet 1:249/114
  52.  Ctrl+B=Browse Display Toggle
  53.  Ctrl+C=Count occurrences of find
  54.  Ctrl+D=Directory of databases / LOAD
  55.  Ctrl+E=Export records Delimited by find
  56.  Ctrl+F=Edit Field Names
  57.  Ctrl+I=Import records                                  Ctrl+S=Setup
  58.  Ctrl+L=List Records by Find                               Esc=EXIT
  59.  
  60.  Compatible with dBASE III and dBASE III Plus files.  (Creates dBASE III Plus)
  61. ------------------------------------------------------------------------------
  62.